(ps-mule-begin-job): Don't call auto-compose-region.
authorKenichi Handa <handa@m17n.org>
Wed, 25 Feb 2009 01:08:31 +0000 (01:08 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 25 Feb 2009 01:08:31 +0000 (01:08 +0000)
lisp/ps-mule.el

index ab180c5fb11e61a25a5a4b109cb01e8cca3ea843..f73891041784bf160290d0cf94cd56078afd6420 100644 (file)
@@ -1040,7 +1040,6 @@ Any other value is treated as \"/H0\"."
 (defun ps-mule-begin-job (from to)
   "Start printing job for multi-byte chars between FROM and TO.
 It checks if all multi-byte characters in the region are printable or not."
-  (auto-compose-region from to)
   (if (and (not (find-composition from to))
           (save-excursion
             (goto-char from)